Stop using gdk_event_handler_set
authorMatthias Clasen <mclasen@redhat.com>
Sat, 23 Feb 2019 18:51:54 +0000 (13:51 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 23 Feb 2019 19:13:57 +0000 (14:13 -0500)
We no longer need it.

gtk/gtkmain.c

index 185ffb7c7d2bcc49312d1e5eac80e006322d765c..b06a4dd5d4177b674bdfa72bb7b9ad8f65446f78 100644 (file)
@@ -599,7 +599,6 @@ do_pre_parse_initialization (void)
     g_error ("GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported");
 
   gdk_pre_parse ();
-  gdk_event_handler_set ((GdkEventFunc)gtk_main_do_event, NULL, NULL);
 
 #ifdef G_ENABLE_DEBUG
   env_string = g_getenv ("GTK_DEBUG");